Carbon


RemoveWindowProperty

Header: MacWindows.h Carbon status: Supported

Removes a piece of data that is associated with a window.

OSStatus RemoveWindowProperty (
    WindowRef window, 
    PropertyCreator propertyCreator, 
    PropertyTag propertyTag
);
Parameter descriptions
window

A pointer to the window whose data is to be removed.

propertyCreator

The creator code (typically, the application’s signature) of the associated data to be removed.

propertyTag

The application-defined code identifying the associated data to be removed.

function result

A result code.

DISCUSSION

The data removed by the RemoveWindowProperty function must have been previously associated with the window with the function SetWindowProperty.

VERSION NOTES

This function is available with Mac OS 8.5 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)